do not set RAILS_ENV

Andrew Cantino 12 years ago
parent
commit
056ee91758
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .env.example

+ 2 - 2
.env.example

@@ -21,8 +21,8 @@ DATABASE_PASSWORD=
21 21
 
22 22
 # ==== Additional required production settings ====
23 23
 
24
-# Configure Rails environment
25
-RAILS_ENV=development
24
+# Configure Rails environment.  This should only be needed in production and may cause errors in development.
25
+# RAILS_ENV=production
26 26
 
27 27
 # Outgoing email settings.  To use Gmail or Google Apps, put your Google Apps domain or gmail.com
28 28
 # as the SMTP_DOMAIN and your Gmail username and password as the SMTP_USER_NAME and SMTP_PASSWORD.